fix: add /mcp-servers prefix & add lint rules#149
Merged
learnerjohn merged 3 commits intohigress-group:mainfrom Jan 9, 2026
Merged
fix: add /mcp-servers prefix & add lint rules#149learnerjohn merged 3 commits intohigress-group:mainfrom
learnerjohn merged 3 commits intohigress-group:mainfrom
Conversation
- 将 MCP Server 配置路径改为 /mcp-servers/ 前缀 - 修复 AdpAIGatewayOperator 和 ApsaraGatewayOperator 中路径设置错误 - 删除前端 ApiProductLinkApi 中对特定源路径的硬编码处理 - 移除 McpDetail 页面中针对路径的特殊拼接逻辑 - 保持路径配置统一,避免前端和后端路径不一致问题
Disabled ESLint execution in both main and create check summary jobs while preserving the TypeScript type check. The ESLint steps are commented out rather than removed entirely for potential future re-enablement.
learnerjohn
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
This PR standardizes the MCP Server path format and improves code quality tooling. The main changes include:
GitHub Actions workflow changes:
Git Hooks changes:
.husky/pre-commitfile for linting frontend and admin directories before commitsBackend code changes:
AdpAIGatewayOperator.javaandApsaraGatewayOperator.javafrom"/" + data.getName()to"/mcp-servers/" + data.getName()Frontend configuration changes:
.eslintignoreand.prettierrcconfiguration filesFrontend component changes:
ApiProductLinkApi.tsxandMcpDetail.tsxThese changes focus on standardizing MCP service path format and improving code quality tooling configuration.
🔗 Related Issues
Fix #issue-number
✅ Type of Change
🧪 Testing